KeyChain.FindPassword Method

Returns a String. Attempts to find the password for an Item in the given Keychain that matches kci.

Syntax

KeyChain.FindPassword ByRef kci


Parameters

ByRef kci

KeyChainItem


At the end of a successful call, kci will point to the found KeyChain Item.

If it fails, it generates a KeyChainException.